home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / party / a95-pygm.lha / RUNLOGIC < prev    next >
Text File  |  1980-12-06  |  445b  |  16 lines

  1. ;
  2. ;  A script used to run LOGIC on a4000 with WARP.
  3. ;
  4. ;  Enables all caches we could think of :).  The demo itself does
  5. ;  NOT modify cache flags, so if you have an 'exotic' turbocard,
  6. ;  feel free to experiment.
  7. ;
  8. ;  NOTE!  The file "MUTANTTI.LIB" =MUST= be renamed to "mutantti.library"
  9. ;  (remember the case) beforehand.
  10. ;
  11.  
  12. Cpu >NIL: INSTCACHE INSTBURST DATACACHE DATABURST COPYBACK
  13. Assign >NIL: LOGIC: ""
  14. Assign >NIL: LIBS: "" ADD
  15. LOGIC.EXE
  16.